Fix css documentation typo for color definition
authorRobert Roth <robert.roth.off@gmail.com>
Thu, 20 Oct 2016 06:17:45 +0000 (09:17 +0300)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 21 Oct 2016 15:43:03 +0000 (11:43 -0400)
'ligher' should be 'lighter', of course.

https://bugzilla.gnome.org/show_bug.cgi?id=773246

docs/reference/gtk/css-overview.xml

index 54722ae3c8fffc667f88eb3a1822c55d293cc2e5..9b4444be4c70afadb0f15a7ed1d41649c99f23ab 100644 (file)
@@ -587,7 +587,7 @@ background-color: @bg_color;
       set of base colors.
     </para>
 
-<literallayout><code>〈color expression〉 = ligher(〈color〉) | darker(〈color〉) | shade(〈number〉,〈color〉) | alpha(〈number〉,〈color〉) | mix(〈number〉,〈color〉,〈color〉)</code>
+<literallayout><code>〈color expression〉 = lighter(〈color〉) | darker(〈color〉) | shade(〈number〉,〈color〉) | alpha(〈number〉,〈color〉) | mix(〈number〉,〈color〉,〈color〉)</code>
 </literallayout>
 
     <para>